%
Dim strMenu,PageTitle,sxcrcwzk,JobPosts,ValidityDate,keyword,Position_s,CurrentPage,FileName,RealName,sex,Qualification,Position_b,JobPost,Salary,PerId,TodayDate,strDate,Rspb,sqlpb,Newpb
sxcrcwzk=2
strMenu = ""
PagePath = "../"
Set jyrcw = New Site_Class
Jyrcw.SiteConfig()
Jyrcw.GotoErrPage()
Jyrcw.arrMember = Jyrcw.Member_Info()
PageTitle = Jyrcw.SiteName & " - 企业会员管理中心"
If Request.Form <> "" Then
JobPosts =Jyrcw.chgStr(Trim(Request.Form("JobPosts")))
End If
If Request.Form <> "" Then
City=Request.Form("City")
County=Request.Form("County")
if City="不限" then
City=""
end if
if County="不限" then
County=""
end if
Response.Redirect("p12.asp?Position_b="& Request.Form("Position_b") & "&Position_s=" & Request.Form("Position_s") & "&Qualification=" & Request.Form("Qualification") & "&Province=" & Request.Form("Province") & "&City=" & Request.Form("City") & "&County=" & Request.Form("County") & "&ValidityDate=" & Request.Form("ValidityDate") & "&keyword=" & Request.Form("keyword")&"&")
Response.End()
End If
%>
<%
if MemberBeginDate="" or isnull(MemberBeginDate) or MemberEndDate="" or Isnull(MemberEndDate) or DateDiff("d",now(),MemberEndDate)<0 then
MemberType=0
end if
FileName="p12.asp?"
Position_b = Jyrcw.chgStr(Trim(Request.QueryString("Position_b")))
Position_s = Jyrcw.chgStr(Trim(Request.QueryString("Position_s")))
Qualification = Jyrcw.chgStr(Trim(Request.QueryString("Qualification")))
Province = Jyrcw.chgStr(Trim(Request.QueryString("Province")))
City = Jyrcw.chgStr(Trim(Request.QueryString("City")))
County = Jyrcw.chgStr(Trim(Request.QueryString("County")))
ValidityDate = Jyrcw.chgStr(Trim(Request.QueryString("ValidityDate")))
keyword = Jyrcw.chgStr(Trim(Request.QueryString("keyword")))
If keyword = "请输入要查询的关键字" Then
keyword = ""
end if
if City="不限" then
City=""
end if
if County="不限" then
County=""
end if
TodayDate = Jyrcw.FormatDate(Date())
Sql = " IsHidden = '0' and IsLock = '0' "
If Position_b <> "" Then
Sql = Sql & " and Position_b = '"& Position_b &"' "
End If
If Position_s <> "" And Position_s <> "不限" Then
Sql = Sql & " and (Position_s = '"& Position_s &"' or Position_s = '不限') "
End If
If Qualification <> "" And Qualification <> "不限" Then
Sql = Sql & " and Qualification = '"& Qualification &"' "
End If
If Province <> "" Then
Sql = Sql & " and Province = '"& Province &"' "
End If
If City <> "" Then
Sql = Sql & " and City = '"& City &"' "
End If
If County <> "" And County <> "不限" Then
Sql = Sql & " and (County = '"& County &"' or County = '不限') "
End If
If ValidityDate <> "" Then
If Not IsNumeric(ValidityDate) Then ValidityDate = 0
If ValidityDate > 0 Then
Sql = Sql & " and DateDiff("&sjksjxz1&")<="&ValidityDate&" "
End If
End If
If keyword <> "" And keyword <> "请输入要查询的关键字" Then
Sql = Sql & " and (JobPost like '%"& keyword &"%' or RealName like '%"& keyword &"%') "
End If
Sql = "select * from PersonTbl where "& Sql &" "&jyrcwfzqz&" order by EditDate desc"
FileName = "p12.asp?Position_b="& Position_b & "&Position_s=" & Position_s & "&Qualification=" & Qualification & "&Province=" & Province & "&City=" & City & "&County=" & County & "&ValidityDate=" & ValidityDate & "&keyword=" & keyword&"&"
%>
<%If Jyrcw.arrMember(5 , MemberType) <> "1" Then%>
<%else%>
-
<%
Response.Write("" & vbCrLf)
%>
- 备注:灰色简历表示该简历的联系方式已经被查看,如需知道查看该简历联系方式的时间,请点击这里已经查看的简历查询。
- 姓名
- 性别
- 学历
- 希望职业
- 希望职位
- 希望地区
- 希望月薪
- 更新时间
<%end if%>